'宣言 Public Delegate Sub AsyncActionWithProgressCompletedHandler(Of TProgress)( _ ByVal asyncInfo As IAsyncActionWithProgress(Of TProgress), _ ByVal asyncStatus As AsyncStatus _ )
public delegate void AsyncActionWithProgressCompletedHandler<TProgress>( IAsyncActionWithProgress<TProgress> asyncInfo, AsyncStatus asyncStatus )
パラメータ
- asyncInfo
- The asynchronous action.
- asyncStatus
- The status of asynchronous action.
型パラメータ
- TProgress
- The type of the progress data.